![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadBufferStream Class > LeadBufferStream Constructor : LeadBufferStream Constructor(Byte[],UInt64) |
'Usage
Dim buffer() As Byte Dim offset As ULong Dim instance As New LeadBufferStream(buffer, offset)
-(id)initWithData:(NSData*)inData dataLength:(size_t)inDataLength offset:(ssize_t)inOffset;
public LeadBufferStream(byte[] buffer)
public: LeadBufferStream( array<byte>^ buffer, ulong offset )
The byte array specified by buffer will be copied to an internal buffer managed by the LeadBufferStream object.